home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / HTML Templates / Tranquille.css < prev   
Cascading Style Sheet File  |  2007-07-13  |  2KB  |  123 lines

  1. html {
  2.     margin: 0px;
  3.     padding: 0px;
  4.     }
  5. body { 
  6.     font: 9pt/17pt georgia; 
  7.     color: #555753; 
  8.     background: #fff; 
  9.     margin: 0px; 
  10.     padding: 0px;
  11.     }
  12. p { 
  13.     font: 9pt/17pt georgia; 
  14.     margin-top: 0px; 
  15.     text-align: justify;
  16.     }
  17. h3 { 
  18.     font: italic normal 12pt georgia; 
  19.     letter-spacing: 1px; 
  20.     margin-bottom: 0px; 
  21.     color: #7D775C;
  22.     }
  23. a:link { 
  24.     font-weight: bold; 
  25.     text-decoration: none; 
  26.     color: #B7A5DF;
  27.     }
  28. a:visited { 
  29.     font-weight: bold; 
  30.     text-decoration: none; 
  31.     color: #D4CDDC;
  32.     }
  33. a:hover, a:active { 
  34.     text-decoration: underline; 
  35.     color: #9685BA;
  36.     }
  37. acronym {
  38.     border-bottom: none;
  39.     }
  40.  
  41. INPUT.Edit {
  42.   width: 90%;
  43.   font-size: 18px;
  44. }
  45.  
  46. DIV.Titles {
  47.   position: absolute;
  48.   width: 100%;
  49.   text-align: center;
  50.   top: 5px;
  51. }
  52.  
  53. TD.NavBar{
  54.   background-color: #000066;
  55.   text-align: center;
  56. }
  57.  
  58. DIV.CardStyle {
  59.   position: absolute;
  60.   font-family: Verdana, Helvetica, sans-serif;
  61.   padding: 5px;
  62.   border-style: solid;
  63.   border-width: 1px;
  64.   color: #000033;
  65.   background-color: #DEE3E7;
  66.   left: -50px;
  67.   top: -50px;
  68. }
  69.  
  70. DIV.Feedback {
  71.   background-color: #FFFFFF;
  72.   left: 1px;
  73.   top: 1px;
  74.   z-index: 1;
  75.   border-width: 1px;
  76.   border-style: none;
  77.   text-align: center;
  78.   color: #000066;
  79.   padding: 5px;
  80.   position: absolute;
  81. }
  82.  
  83. SPAN.Hint{
  84.     color: Red;
  85. }
  86.  
  87. DIV.Result {
  88.     padding-left: 20px;
  89.     padding-bottom: 5px;
  90.     padding-right: 20px;
  91.     padding-top: 5px;
  92. }
  93.  
  94. footer {
  95.   font-size: 10px;
  96. }
  97.  
  98. SPAN.box {
  99.     background-color: #2161A8;
  100.     border: 1px solid #6495ED;
  101.     color: #F0F0F0;
  102.     padding: 0px;
  103.     position: absolute;
  104.     cursor: move;
  105. }
  106.  
  107. SPAN.box_question {
  108.     background-color: #2161A8;
  109.     border: 1px solid #6495ED;
  110.     color: #F0F0F0;
  111.     padding: 0px;
  112.     position: absolute;
  113.     cursor: default;
  114. }
  115.  
  116. SPAN.box:hover {
  117.     border: 2px solid #6495ED;
  118. }
  119.  
  120. SPAN.box_content {
  121.   padding: 5px;
  122. }
  123.